object AboutBox: TAboutBox Left = 389 Top = 220 BorderStyle = bsDialog Caption = 'About' ClientHeight = 213 ClientWidth = 298 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 24 Top = 16 Width = 33 Height = 33 Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 51 Height = 13 Caption = 'Installer 32' IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 21 Height = 13 Caption = '5.20' IsControl = True end object Copyright: TLabel Left = 8 Top = 80 Width = 191 Height = 13 Caption = 'Copyright: Crash Course Software (1996)' IsControl = True end object Comments: TLabel Left = 8 Top = 104 Width = 73 Height = 39 Caption = 'Program by: Rob Boulden' WordWrap = True IsControl = True end end object OKButton: TButton Left = 119 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end